home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / ON.DIR / 00066_Script_66 < prev    next >
Text File  |  1995-11-13  |  370b  |  20 lines

  1. on idle
  2.   global gFiorellaOnStage, gHelpDuration
  3.   
  4.   if gFiorellaOnStage then
  5.     if the movieTime of sprite 48 >= gHelpDuration then
  6.       stopHelp
  7.     end if
  8.     exit
  9.   end if
  10.   
  11.   --put ">>> on idle movie script 41"
  12.   showHiliteNew
  13.   --go to the frame
  14. end idle
  15.  
  16. on exitFrame
  17.   --put ">>> movie script 41 exitFrame"
  18.   go to the frame
  19. end exitFrame
  20.